VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfNamedDictionaryBase<T> Class
Properties Methods SeeAlso
In This Topic
    PdfNamedDictionaryBase<T> Class Members
    In This Topic
    The following tables list the members exposed by PdfNamedDictionaryBase<T>.
    Public Properties
     NameDescription
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the number of items contained in this PdfNamedDictionaryBase<T>.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether the PdfNamedDictionaryBase<T> object is read-only.
    Public PropertyGets an System.Collections.ICollection object containing the keys of the named dictionary.
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the element with the specified name.
    Public PropertyGets an System.Collections.ICollection object containing the values of the named dictionary.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item and generates unique name for the item.
    Public MethodRemoves all elements from the dictionary.
    Public MethodReturns a value indicating whether the dictionary contains a specific key/value pair.
    Public MethodRetursn a value indicating whether the dictionary contains an element with the specified name.
    Public MethodRetursn a value indicating whether the dictionary contains an element with the specified value.
    Public MethodCopies the key/value pairs of the dictionary to an System.Array, starting at a particular System.Array index.
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodFinds the value in this dictionary.
    Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns an enumerator that iterates through the collection.
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodOverloaded. Removes the element with the specified name from the dictionary.
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodConverts this dictionary to an array of key-value pairs.
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    Public MethodRetursn a value associated with the specified name.
    See Also